home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks '96 / Talking Telnet / source / ICR / vdevice.proto.h < prev    next >
Encoding:
Text File  |  1996-06-22  |  231 b   |  8 lines  |  [TEXT/CWIE]

  1. //vdevice.proto.h
  2.  
  3. int InitVDevice(VDevicePtr vdev, PaletteHandle initalPalette);
  4. int SetVDevice(VDevicePtr vdev);
  5. void UnsetVDevice(void);
  6. void TrashVDevice(VDevicePtr vdev);
  7. void ColorVDevice(VDevicePtr vdev, PaletteHandle pal);
  8.